// csetjmp standard header
#pragma once
#ifndef _CSETJMP_
#define _CSETJMP_
#include <yvals.h>
#include <setjmp.h>

 #ifndef RC_INVOKED
_STD_BEGIN
using ::jmp_buf; using ::longjmp; using ::setjmp;
_STD_END
 #endif /* RC_INVOKED */
#endif /* _CSETJMP_ */

/*
 * Copyright (c) by P.J. Plauger. All rights reserved.
 * Consult your license regarding permissions and restrictions.
V6.50:0009 */
